home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / tontie_h.swf / scripts / DefineSprite_202 / frame_1 / PlaceObject2_169_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-03-13  |  172b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    k += 1;
  3.    if(k > _root.top_stay / 5 * 2)
  4.    {
  5.       _parent._parent._parent._parent._parent.hp += 7;
  6.       _parent.nextFrame();
  7.    }
  8. }
  9.